*:not(.glyphicon):not(.fa):not(.social-share-icon):not(.vjs-icon-placeholder):not(.vjs-play-progress):not(.layui-icon):not(.video-js .vjs-volume-level){
    font-family: NOTOSANSHANS-REGULAR !important;
}

/* h3,h4,p,h5{
    color: #333;
} */



.index-c h3 {
    font-size: 24px;
}

.index-c p {
    font-size: 16px;
    line-height: 1.6em;
    color: #686868;
}


.index-c h1,
.index-c h3,
.index-c p {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

button,
a,
.pic-text-content .swiper-button-prev,
.pic-text-content .swiper-button-next {
    transition: background-color .5s ease, color .5s ease, border .5s ease;
    -webkit-transition: background-color .5s ease, color .5s ease, border .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease, border .5s ease;
    /* transition: all .5s ease, padding 0s; */
}

.home-c .product-hc .img img,
.join-us-hc .join-us-left::before,
.join-us-hc .join-us-left::after,
.home-c .join-us-list .swiper-btn .swiper-button-next,
.home-c .join-us-list .swiper-btn .swiper-button-prev,
.left-menu .dropdown>p>span img,
.safety-center .use .imgs .img-item img,
.common-question-panel .col-xs-0 .glyphicon-menu-down,
#X,
.pic-text-content .item img,
.product-c-apm32 .product-list .items .item img,
.product-c-apm32 .product-list .items .item .item-card,
.product-c-apm32 .list-apm .item img {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-100 {
    width: 100% !important;
}

.max-w100 {
    max-width: 100%;
}

.section {
    padding: 30px 0;
}

.theme-bg {
    background-color: #00004f;
}

.theme-color {
    color: #00004f;
}

.th-btn {
    position: relative;
    background-color: #00004f;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 12px 42px;
    border-radius: 4px;
    border: 0;
    margin-right: 12px;
    overflow: hidden;
}

.th-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 10;
    background-color: #002462;
}

.th-btn:hover {
    background-color: #002462;
}

.p-30 {
    padding: 30px;
}

.px-15 {
    padding: 0 15px;
}

.py-15 {
    padding: 15px 0;
}

.p-15 {
    padding: 15px;
}

.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-tc {
    border: 0;
    /* background-color: #00004f; */
    color: #fff;
    /* font-size: 18px !important; */
    /* padding: 6px 32px; */
    border-radius: 4px;
}

.btn-tc img {
    width: 18px;
}

.btn-tc.active,
.btn-tc:hover {
    color: #fff;
    text-decoration: none;
    /* background-color: #002462; */
}
.banner-content-mid img{

    width: 580px;
    min-height: 3px !important;
}
.banner-content-img img{
    width: 133px ;
    min-height: 95px !important;
}

.index-c table tr:hover td {
    background-color: rgba(86, 199, 170, .15);
}

.index-c table tr:nth-of-type(odd) td {
    /* background-color: rgba(0, 58, 165, .08); */
}

.card-ci {
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.card-ci:last-of-type {
    margin-bottom: 30px;
}

.read-more-url {
    font-size: 16px;
    color: #00004f;
}

.read-more-url:hover {
    color: #002462;
}

.mt-30 {
    margin-top: 30px;
}

/* 页面banner 图片 */

.banner-c {
    background-color: #000;
    background-size: cover;
    height: 320px;
    width: 100%;
    position: relative;
    background-position: center;
}

.banner-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;
}

.banner-c>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    padding: 20px 0;
    z-index: 100;
}

.banner-c .btns-box {
    padding: 0 60px;
}

.banner-c .banner-btns-c a {
    position: relative;
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    margin-right: 48px;
}

.banner-c .banner-btns-c a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0;
    transition: width .5s ease;
    background-color: #00004f;
}

.banner-c .banner-btns-c a:hover::before,
.banner-c .banner-btns-c a.active::before {
    width: 100%;
}

.left-menu sup {
    font-size: 14px;
    top: -.3em;
    font-family: CiscoSans !important;
}

/* ================================================================== */



/* @media (min-width:1650px) {
    .container {
        width: 1400px;
    }
} */

@media (min-width:1366px) {
    .container-big {
        max-width: 1700px;
        margin: 0 auto;
        /* position: relative; */
    }
}


@media (min-width:1366px) {
    .container {
        width: 1230px;
    }
}

.left-menu h3 {
    font-size: 20px;
    color: #fff;
    padding: 12px 12px 12px 40px;
}

.left-menu li p {
    padding: 0 12px;
    font-size: 16px;
}

.left-menu .dropdown>p {
    cursor: pointer;
    background-color: #EFEFEF;
    transition: background-color .5s ease;
}

.left-menu .dropdown>p a {
    color: #686868 !important;
    font-weight: 700 !important;
}

.left-menu .dropdown>p a::before {
    display: none;
}

.left-menu .dropdown>p:hover {
    /* background-color: rgba(0, 58, 165, .2); */
}

.left-menu .dropdown>p:hover a {
    color: #fff;
}

.left-menu li a {
    position: relative;
    color: #686866;
    text-decoration: none !important;
    display: inline-block;
    width: calc(100% - 30px);
    padding: 12px 0 12px 24px;
}

.left-menu li p:hover a,
.left-menu li p.active a {
    /* 
    background-color: rgba(0, 0, 78, .1); */
    color: #2c2c66;
    text-decoration: underline !important;
}

.left-menu li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #F0F0F0;
    transition: all .5s ease;
}

.left-menu li p:hover a::before,
.left-menu li p.active a::before {
    background-color: #2c2c66;
}

.menu-btn-c,
.menu-close-bg-c {
    display: none;
}

/*  tabs ===================*/
.tabs-c {
    margin: -8px;
}

.tabs-c .tab-btn {
    border: 1px solid #ddd;
    background-color: transparent;
    font-size: 16px;
    padding: 6px 20px;
    margin: 8px;
    color: #686868;
    border-radius: 5px;
    transition: color .5s ease, background-color .5s ease;
}



.tabs-c .tab-btn:hover,
.tabs-c .tab-btn.active {
    color: #fff;
    background-color: #00004f;
}

.tabs-c .tab-btn a {
    text-decoration: none;
    color: #686868;
}


.tabs-c .tab-btn:hover a,
.tabs-c .tab-btn.active a {
    color: #fff;
}


/*  tabs end ===================*/
/* tab-bar-c-1  ===================*/
.tab-bar-c {
    background-color: #fff;
    border-top: 1px solid #ddd;

}

.tab-bar-c .tab-list-c {
    padding: 0;
    position: relative;
}

.tab-bar-c .tab-list-c::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #ddd;
}

.tab-bar-c .tab-list-c a {
    position: relative;
    display: inline-block;
    padding: 24px 40px;
    font-size: 14px;
    color: #686868;
    text-decoration: none;
}

.tab-bar-c .tab-list-c a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: transparent;
    transition: background-color .5s ease;
}

.tab-bar-c .tab-list-c a.active::before,
.tab-bar-c .tab-list-c a:hover::before {
    background-color: #00004f;
}

.tab-bar-c .tab-list-c a.active,
.tab-bar-c .tab-list-c a:hover {
    color: #00004f;
}

/* .left-menu .dropdown-2 p {
    font-size: 14px;
}

.left-menu .dropdown-2 p,
.left-menu .dropdown>p {
    font-size: 16px;
} */

/* tab-bar-c-1 end ===================*/
@media (max-width:1366px) {
    .left-menu h3 {
        font-size: 28px;
    }

    .banner-c .btns-box {
        padding: 0 40px;
    }

    .index-c h3 {
        font-size: 20px;
    }

    .btn-tc {
        padding: 6px 0;
    }

    .home-banner-c .banner-content .read-more .btn-tc {
        padding: 6px 32px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {
    .home-banner-c .banner-content {
        /* right: 10% !important; */
        width: 50% !important;
    }
}

@media (max-width:1200px) {
    .left-menu .dropdown .list-unstyled p {
        margin-left: 30px !important;
    }

    .left-menu .dropdown>p {
        padding-left: 15px !important;
    }

    .left-menu .dropdown>p>a {
        font-size: 14px;
    }

    .home-banner-c .banner-content h3 {
        font-size: 42px;
    }

    .home-banner-c .banner-content {
        right: 15%;
    }
}

@media (max-width:992px) {

    .index-c h3 {
        font-size: 18px;

    }

    .index-c p {
        font-size: 14px;
    }

    .banner-c {
        height: 160px;
    }

    .banner-c>div {
        padding: 12px 0;
    }

    .banner-c .btns-box {
        padding: 0;
    }

    .banner-c .banner-btns-c a {
        font-size: 14px;
    }

    .tabs-c .tab-btn {
        font-size: 12px;
        padding: 4px 6px;
        margin: 3px;
    }

    .tabs-c {
        margin: -3px;
    }

    .tab-bar-c .tab-list-c a {
        font-size: 12px;
        padding: 24px;
        margin-right: 12px;
    }

    .tab-bar-c .tab-list-c {
        padding: 0;
    }

    .left-menu h3 {
        font-size: 18px;
    }

    .btn-tc {
        width: auto;
        font-size: 12px;
        padding: 4px 6px;
    }

    .btn-tc img {
        width: 14px;
    }

    .left-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        width: 240px;
        z-index: 1000;
        background-color: #fff;
        transform: translateX(-250px);
        transition: all .5s ease;
    }

    .left-menu.active {
        transform: translateX(0);
    }

    .menu-btn-c {
        display: block;
        margin-bottom: 16px;
    }

    .menu-btn-c img {
        width: 20px;
    }

    .menu-close-bg-c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .3);
        z-index: 100;
    }

    .section {
        padding: 15px 0;
    }

    .mt-30 {
        margin-top: 15px;
    }


    .p-30 {
        padding: 12px;
    }

    .px-15 {
        padding: 0 12px;
    }

    .py-15 {
        padding: 12px 0;
    }

    .p-15 {
        padding: 12px;
    }

    .card-ci {
        padding: 15px;
        border: 1px solid #eee;
        margin-bottom: 15px;
    }

    .card-ci:last-of-type {
        margin-bottom: 15px;
    }

    .th-btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    .read-more-url {
        font-size: 14px;
    }

    .productqiehuan {
        padding-right: 0 !important;
    }
}

/* ==================== loading ==================== */
.loading-c {
    position: fixed;
    top: calc(50% - 62.5px);
    left: calc(50% - 80px);
    width: 80px;
    padding: 15px 8px;  
    border-radius: 5px;
    /* background-color: rgba(143, 143, 143, 0.1); */
    text-align: center;
    z-index: 999;
}

.loading-c .loading-a {
    width: 40px;
    height: 40px;
    /* border-radius: 40px;
    border: 1px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    display: inline-block;
    animation: loading-a 1s linear infinite; */
    background: url(/assets/web4/images/public/load.gif) no-repeat;
    background-size: 100%;
    display: inline-block;
}

.loading-c p:nth-child(2){
    color: #fff;
    text-align: center;
    display: none;
}


@-o-keyframes loading-a {}

@-moz-keyframes loading-a {}

@-webkit-keyframes loading-a {}

@keyframes loading-a {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(90deg);
    }

    60% {

        transform: rotate(210deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/****=========================*****/

@media screen and (min-width: 768px) {
    .nav.navbar-nav .dropdown-menu-image.col-md-4.col-sm-4.hidden-xs img {
        width: 460px !important;
        height: 250px !important;
        object-fit: cover;
        max-width: none;
    }

    .sidebar-item-cc .item-head {
        padding: 16px;
        height: auto !important;
        line-height: normal !important;
    }

    .sidebar-item-cc .ps-x-16 {
        padding: 0 16px;
    }

    .sidebar-item-cc .form-info {
        margin-top: 20px;
    }

    .sidebar-item-cc .form-table .input-group {
        padding: 0 !important;
        width: 100%;
    }

    .sidebar-item-cc .radio-input-mb {
        margin-bottom: 25px;
    }

    .video-center-panel .col-sm-9 {
        width: 72% !important;
    }

    .video-center-panel .col-sm-3 {
        width: 28% !important;
    }

    .footer-mt-30 {
        margin-bottom: 30px !important;
    }

    .nothing-footer .share-icons li {
        float: right !important;
        margin: 0 0 0 16px !important;
    }

    .nothing-footer .share {
        padding-top: 16px;
    }

    .nothing-footer .follow-us-txt {
        width: 100% !important;
        text-align: right !important;
        margin-bottom: 10px !important;
    }

    .nothing-footer {
        padding-top: 20px !important;
    }

    .nothing-footer .copyright {
        margin-top: 20px !important;
    }


    .firmwareUpgrades-content .firmwareUpgrades-content-left {
        width: 72%;
    }

    .firmwareUpgrades-content .firmwareUpgrades-content-right {
        width: 28%;
    }

    .common-question-panel .box-content .content-left .select-like {
        width: 100% !important;
    }

    .productList-content .productList-content-header h3 {
        visibility: hidden;
    }

    .productList-content {
        margin: 0 auto !important;
    }

    .nothing-footer .subMenu-container-list .list-group-item a:hover {
        color: #fff !important;
        text-decoration: underline;
    }

    .nothing-footer .subMenu-container .subMenu-container-list li,
    .nothing-footer .subMenu-container .subMenu-container-list {
        background-color: #00004f !important;
        border-color: #00004f !important;
    }

}

.checked-radio {
    display: inline-block;
    position: relative;
    margin: 0;
}

.checked-radio input {
    opacity: 0;
    margin: 0;
}

.checked-radio .bor {
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 1px solid #666;
}

.checked-radio input[type=radio]:checked+.bor {
    background: url(/assets/web3/images/checked.png) no-repeat center;
    background-color: #00004f;
    background-size: contain;
    border-color: #00004f;
}

.video-center-panel .checked-radio input[type=radio]:checked+.bor {
    border-color: #00923F;
    background-color: #00923F;
}

.left-menu .dropdown>p>span img {
    transform: rotate(90deg);
}

@media(max-width:1260px) {

    .sidebar-item-cc .radio-input-mb {
        margin-top: 4px;
        margin-left: 4px;
        float: none !important;
    }

    .sidebar-item-cc .radio-input-mb>div>div {
        display: inline-block;
        margin-left: 3px;
    }
}

.qiehuan2 a span {
    width: auto !important;
    padding: 0 40px;
    margin-right: 0 !important;
}

.help-center-c .form1 .search-btn {
    margin-top: 0 !important;
}

.help-center-c .form1 .search-input {
    margin-top: 15px !important;
}

.help-center-c .form1 .search-input .input-sc {
    width: auto !important;
    padding: 16px 60px;
    background-color: #eee;
    height: 80px;
}

.help-center-c .form1 .search-input .input-sc input {
    width: 60%;
}

.help-center-c .form1 .search-btn {
    width: auto;
    display: inline-block !important;
}

.help-center-c .form1 .search-btn button {
    color: #fff;
    background-color: #00004f;
}

.help-center-c .form1 .search-select {
    margin-top: 30px !important;
    padding: 16px 40px;
    background-color: #eee;
}

.help-center-c .form1 .search-select .chooselist .choose {
    width: 200px;
}

.help-center-c .form1 .form1-title {
    margin-top: 30px !important;
}

.help-center-c .form1 .form1-title h4 {
    font-size: 36px;
    color: #444;
    text-align: left;

}


.login_100-c {
    background-size: cover;
    height: 280px !important;
    position: relative;
    background: url('/templets/default/web2/images/helpCenter/helpbg.jpg') no-repeat center;
    margin-top: 0 !important;
}

.login_100-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}

.left-menu {
    /* box-shadow: 5px 0 12px rgba(0, 0, 0, .1); */
    padding-bottom: 200px;
}

.left-menu h3 {
    background-color: #fff;
    color: #00004f;
    font-size: 18px;
    font-family: CiscoSans !important;
    font-weight: 400; 
    padding: 18px 12px 18px 20px;
}

.left-menu .dropdown>p {
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    font-family: CiscoSans !important;
    font-weight: 400; 
    background-color: transparent;
}

.left-menu .dropdown .list-unstyled p {
    margin-left: 41px;
}

.left-menu .dropdown>p>a {
    color: #333 !important;
    padding-left: 6px !important;
    font-family: CiscoSans !important;
    vertical-align: middle;
}

.left-menu .dropdown-2 {
    margin-left: 15px;
}

.left-menu li a {
    font-weight: 300 !important;
}

@media(max-width:992px) {

    .sidebar-item-cc .radio-input-mb {
        margin-bottom: 25px;
    }

    .sidebar-item-cc .news-sidebar {
        width: 100%;
    }

    .sidebar-item-cc .sidebar-item .form-table .input-group {
        padding: 0;
    }

    .nothing-footer .share {
        margin: 0 -15px !important;
    }

    .productqiehuan {
        width: auto !important;
    }

    /* .qiehuan2 {
        width: 100% !important;
    } */

    .qiehuan2 a span {
        margin-right: 16px;
        width: auto;
        float: none;
        line-height: 70px !important;
        padding: 0 12px !important;
        display: inline-block;
        border-bottom: 3px solid transparent;
    }

    .qiehuan2 span.qiehuan2y {
        border-bottom-color: #00004f;
        color: #00004f;
    }

    .qiehuan2 {
        float: left;
        height: auto !important;
        width: calc(100% - 15px) !important;
    }


    .qiehuan3 {
        width: 100% !important;
        height: auto !important;
        float: right !important;
        margin: 15px -6px 0 -6px !important;
        line-height: normal !important;
    }

    .qiehuan3 a span {
        display: inline-block;
        line-height: 1.2em !important;
        margin: 0 6px 12px 6px !important;
    }

    .help-center-c .form1 .search-input .input-sc {
        padding: 16px 16px 8px 16px !important;
        height: 60px;
    }

    .help-center-c .form1 .search-select {
        margin-top: 0 !important;
        padding: 8px 40px;
    }

    .help-center-c .form1 .search-btn button {
        width: 100px !important;
    }

    .help-center-c .form1 .form1-title h4 {
        font-size: 20px;
        padding: 0 12px;
    }

    .login_100-c {
        height: 140px !important;
    }

    .fuweiqiehuan {
        margin-left: 0 !important;
        height: auto !important;
        min-height: 70px;
        border-bottom: 2px #E5E5E5 solid !important;
    }

    .fuweiqiehuan .qiehuan2 {
        margin-top: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: 15px;
        /* border-bottom: 2px #E5E5E5 solid !important; */
    }

    .fuweiqiehuan .qiehuan2 span {
        line-height: 70px !important;
    }

    .top-select .saixuan {
        margin: -5px !important;
    }

    .top-select .saixuan-time li {
        margin: 5px !important;
    }

    .top-select .saixuan-time ul {
        margin-bottom: 0;
    }

    .nothing-new-list {
        width: 100%;
        float: left !important;
        overflow: hidden;
    }
}

@media (min-width:992px) {
    .nothing-new-list .col-md-9 {
        width: 72%;
    }

    .nothing-new-list .col-md-3 {
        width: 28% !important;
    }


    .footer-m-py-c {
        padding: 0 0 0 130px;
    }

    .fuweiqiehuan,
    .fuweiqiehuan .qiehuan2 {
        height: 70px !important;
    }

    .fuweiqiehuan .qiehuan2>span {
        line-height: 70px !important;
    }

    .nothing-new-list .news-sidebar .sidebar-item {
        margin-right: 0 !important;
    }

    .nothing-footer .share::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #eee;
    }

    .left-menu.fixed-md {
        top: 30px;
        position: fixed;
    }
}

.common-question-panel .box-content .content-left .icon-img {
    background-color: #fff !important;
}

@media (max-width:768px) {
    * {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }

    .nothing-navbar-menu .navbar-nav>li>a {
        padding-left: 26px;
    }

    .modal.fade.reset .bottom {
        margin-left: 20% !important;
    }

    .reset .modal-dialog {
        width: 90% !important;
    }

    .content.bgcolor .img-con2 img {
        width: 100%;
    }

    .col-xs-2.orderCenter-content-left-form-mobile-down-middle {
        width: 80% !important;
    }

    .orderCenter-content .productList-content-left .productList-content-left-form .orderCenter-content-left-form-mobile .orderCenter-content-left-form-mobile-down .buy-num input {
        margin-top: 2px;
    }

    .orderCenter-content .productList-content-left .productList-content-left-form .orderCenter-content-left-form-mobile .orderCenter-content-left-form-mobile-down .orderCenter-content-left-form-mobile-down-middle {
        margin-top: 15px;
        margin-left: 15px;
        text-align: left;
    }

    .orderCenter-content .orderCenter-content-left-form-mobile-down-middle .glyphicon-trash::before {
        position: absolute;
        top: calc(50% - 10px);
        right: -26px;
    }

    .menu-f-c {
        border: 0 !important;
    }

    .menu-f-c .qiehuan2 {
        padding: 0 15px;
        position: relative;
        border: 0 !important;
    }

    .menu-f-c .qiehuan2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 2px;
        background-color: #E5E5E5;
    }

    .menu-f-c .qiehuan2y {
        border: 0 !important;
        position: relative;
    }

    .menu-f-c .qiehuan2y::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00923F;
        z-index: 100;
    }

    .productList-content-header-search {
        margin-top: 0 !important;
    }
    
}

.video-center-panel .radio-input-mb {
    margin-right: 12px;
}

.nothing-footer {
    background-color: #9e9e9e !important;
}

.container-fluid .nothing-footer a,
.footer-close-title {
    color: #fff;
}

.container-fluid .nothing-footer a:hover {
    color: #00004f;
}

.container-fluid .nothing-footer .share {
    position: relative;
}

.close-acitve-menu-c>p>span img {
    transform: rotate(0) !important;
}

.show-acitve-menu-c>p>span img {
    transform: rotate(90deg) !important;
}

.help-center-c .form1 {
    height: auto !important;
    min-height: auto !important;
    background-color: transparent !important;
    margin-bottom: 30px;
}

.sidebar-item-cc .form-info.ps-x-16 span {
    font-size: 16px !important;
}

.subscriptionCenter-form-titlet {
    margin-bottom: 15px;
}

.subscriptionCenter-form-content .checked-radio .bor {
    left: calc(50% - 12px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
}

#X {
    opacity: .8;
}

#X:hover {
    opacity: 1;
}

.ooo .biaoqian {
    display: none;
}

.button_images_1_img {
    visibility: hidden;
}

#history-example-generic .show_images_list img {
    cursor: default;
}

.nothing-footer .subMenu-container .sub-menu-arrow:hover {
    background-color: #00004f !important;
}

.common-question-panel .col-xs-0 .glyphicon-menu-down {
    transform: rotate(0);
    color: #00923F;
}

.common-question-panel .col-xs-0 .collapsed .glyphicon-menu-down {
    transform: rotate(-90deg);
    color: #666;
}

/* 未登录 */

.un-login {
    padding: 100px 0;
}

.un-login .tips-contetnt {
    margin: 50px 0;
}

.un-login .btn-tc {
    padding: 10px 20px;
    margin-right: 16px;
    border: 1px solid #00004f;
}

.un-login .btn-tc.clear {
    color: #666;
    border-color: #ddd;
    background-color: transparent;
    margin-right: 0;
}

.un-login .btn-tc.clear:hover {
    color: #00004f;
    border-color: #00004f;
}

/* 未登录  end */

.pic-view {
    font-size: 0;
    overflow: hidden;
}

.pic-view img {
    max-width: 100%;
    object-fit: cover;
    transition: all .5s ease;
}

/*************2020-04-09 修改******************/

/***************全屏******************/

@media (min-width:1600px) {

    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* .img-responsive {
        width: 100%;
        max-width: none;
    } */

    .subscriptionCenter-banner {
        max-width: none !important;
    }

    .login_100 {
        max-width: 100% !important;
    }

    .navbar-1280 .dropdown-menu-image.col-md-4.col-sm-4.hidden-xs {
        /* margin-left: -100px; */
    }

}

.home-banner-c .banner-content {
    position: absolute;
    bottom: 30%;
    right: 5%;
    text-align: left;
    transition: all .5s ease;
    width: 40%;
    /* opacity: 0; */
}

.home-banner-c .banner-content h3 {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400; 
    cursor: text;
    display: inline-block;
    white-space: nowrap;
    font-family: CiscoSans !important;
    letter-spacing: 2px;
    font-style: italic;
    line-height: 1.2em;
}

.home-en-c .home-banner-c .banner-content h3 {
    letter-spacing: 0px;
}

.home-banner-c .home-banner-icon img {
    min-height: auto;
}

.home-banner-c .banner-content p {
    font-size: 18px;
    color: #fff;
    line-height: 26px;
    letter-spacing: 1.7px;
}

.home-en-c .home-banner-c .banner-content p {
    font-weight: 400;
}

.home-banner-c .banner-content .read-more {
    margin-top: 36px;
}

.home-banner-c .banner-content .btn-tc {
    border-radius: 0;
    /* font-size: 18px; */
    cursor: pointer;
    border-radius: 20px;
}
.banner-content-top{
    color: #fff;
    position: relative;
}
.banner-content-top h2{
    font-size: 58px;
}
.banner-content-top h1{
    font-size: 50px;
    margin-top: 10px;
    width: 80%;
    /* text-shadow: 1px 1px #ffffff; */
    font-weight: normal;
}
.banner-content-top .biaoti-img{
    position: absolute;
    bottom: -20px;
    right: 50%;
    min-height: auto;
}
.banner-content-bottom{
    display: flex;
}
.banner-content-img{
    margin-right: 20px;
}
.banner-content-img img{
    padding-top: 20px;
}
.nothing-footer .subMenu-container {
    display: none !important;
}

.home-banner-c .banner-content .btn-tc:hover{
    background-color: #09237b;
    border-color: #09237b;

}

.container-fluid .nothing-footer h4 span::after,
.container-fluid .nothing-footer h4 span::before {
    display: none;
}

.nothing-second-menu {
    max-width: none !important;
}

/*************2020-04-09 修改end ******************/

@media(max-width:1366px) {
    .home-banner-c .banner-content h3 {
        font-size: 40px;
    }

    .home-banner-c .banner-content p {
        font-size: 24px;
    }

    .banner-content-top h1{
        font-size: 36px;
    }
    .banner-content-top h2{
        font-size: 36px;
    }
    .home-banner-c .banner-content{
        bottom: 20%;
        right: -5%;
    }
    .home-banner-c .banner-content p{
        font-size: 16px !important;
    }
    .banner-content-text .btn-tc{
        padding: 8px 15px;
    }
}


@media(max-width:992px) {
    .home-banner-c .banner-content h3 {
        font-size: 38px;
    }

    .home-banner-c .banner-content p {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .home-banner-c .banner-content {
        bottom: 15%;
        right: 3%;
        left: 3%;
        margin-bottom: 0 !important;
    }

    .home-banner-c .banner-content .text-right.read-more {
        text-align: center;
    }

    .home-banner-c .banner-content .text-right.read-more .btn-tc {
        padding: 6px 24px !important;
    }

    .home-banner-c .banner-content h3 {
        font-size: 28px;
        letter-spacing: 0px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .home-banner-c .banner-content p {
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
}

@media(max-width:374px) {
    .home-banner-c .banner-content h3 {
        font-size: 24px;
    }

    .home-banner-c .banner-content p {
        font-size: 16px;
    }

}

/* footer c*/
.footer-c {
    background-color: #00004f;
    padding: 90px 0 35px 0;
}
.footer-c .row .col-md-9{
    padding-left: 90px;
}

.footer-c .item h3 {
    font-size: 18px;
    color: #9cffe2;
    line-height: 1em;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: 400; 
}

.footer-c .item ul li {
    margin-bottom: 15px;
}

.footer-c .item ul li:last-of-type {
    margin-bottom: 0;
}

.footer-c .item ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 1em;
}

.footer-c .item.contact {
    min-height: auto;
}

.footer-c .item.contact h3 {
    margin-bottom: 15px;
    color:#fff;
    font-weight: 400;
    font-size: 18px;
}

.footer-c .item.contact .content p {
    color: #333;
    font-size: 14px;
    float: left;
}

.footer-c .item.contact .content .imgs img {
    width: 32px;
    margin-right: 6px;
    margin: 0 10px;
    cursor: pointer;
}

.footer-c .item.contact .content .imgs a:last-of-type img {
    margin-right: 0;
}

.footer-c .item.contact .content .imgs a {
    position: relative;
}

.footer-c .item.contact .content .imgs .wx {
    position: absolute;
    bottom: 20px;
    left: -85px;
    z-index: 100;
    width: 200px;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.footer-c .item.contact .content .imgs .wx.active {
    display: block;
}

.footer-c .item.contact .content .imgs .wx img {
    width: 100%;
}

.footer-c .item.contact .content .form {
    margin-top: 30px;
    float: left;
    width: 100%;
}

/* .footer-c .item.contact .content .form h3 {
    margin-bottom: 12px;
    color: #B5B5DA;
} */

.footer-c .item.contact .content .form .input {
    background-color: #fff;
    padding: 6px 0px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-c .item.contact .content .form input {
    font-size: 16px;
    border: none;
    width: 80%;
    line-height: 32px;
    outline: none;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 10px;
    color: #00004f;
}

.footer-c .item.contact .content .form input::-webkit-input-placeholder{
    color: #00004f;
    font-weight: 400;  
}

.footer-c .item.contact .content .form img {
    float: right;
    cursor: pointer;
}

.footer-c .auth {
    margin-top: 50px;
    border-top: 1px solid #98FBE0;
    padding-top: 35px;
    text-align: center;
    display: flex;
    justify-content:space-between;
}

.footer-c .auth span {
    padding-right: 20px;
    vertical-align: middle;
}

.footer-c .auth span,
.footer-c .auth span a {
    color: #fff;
    font-size: 12px;
}

.footer-c .auth,.footer-c .auth a{
    color: #fff;
}
.cookie-tip .content{
    padding: 40px;
    display: flex;
    align-items: center;
}
.cookie-tip{
    position: fixed;
    bottom: 0;
    left:0;
    background-color: rgba(0,0,79);
    color: #fff;
    border: #000000 1px solid;
    display: none;
    opacity: 0.9;
    z-index: 10000;
    width: 100%;
}
.cookie-tip .cookie-right{
    min-width: 200px;
    margin-left: 50px;
}
.cookie-tip .cookie-right span{
    display: inline-block;
    padding: 6px 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff;
}
.cookie-tip a{
    color: #fff;
    text-decoration:underline !important;
}
.cookie-tip img{
    width: 20px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

@media(max-width:1500px) {

    .footer-c .item h3{
        font-size: 16px;
    }
    .footer-c .item ul li a{
        font-size: 14px;
    }
    .footer-c .item.contact .content .imgs img{
        width: 25px;
    }
}

@media(max-width:992px) {
    .footer-c .item {
        margin-bottom: 15px;
        min-height: 250px;
    }

    .footer-c {
        padding: 50px 0;
    }

    .footer-c .item h3 {
        margin-bottom: 20px;
    }
    .home-banner-c .banner-content {
        /* right: 10% !important; */
        width: 70% !important;
        bottom: 15%;
    }
}

@media(max-width:768px) {
    .footer-c .item {
        min-height: 180px;
        margin-bottom: 30px;
    }

    .footer-c {
        padding: 30px 0;
    }

    .footer-c .item h3 {
        margin-bottom: 15px;
    }

    .footer-c .item.contact {
        margin-top: -15px;
    }

    .footer-c .auth {
        margin-top: 30px;
        padding: 30px 0px 0 0px;
        text-align: left;
    }

    .footer-c .auth>div:last-of-type {
        margin-top: 12px;
    }

    .footer-c .auth span {
        display: inline-block;
    }
    .footer-c .row .col-md-9{
        padding-left: 20px;
    }
    .pagination>li>a, .pagination>li>span{
        margin-bottom: 20px;
    }

}

/* footer end*/

@media(min-width:1400px) {
    .footer-c .container {
        width: 1430px;
    }
}

@media(max-width:500px) {
    .home-banner-c .banner-content h3 {
        white-space: normal;
    }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    outline: 0;
}
.pagination>li>a{
    cursor: pointer;
}

.search-close-icon {
    position: absolute;
    top: 10px;
    right: 0.5%;
    display: inline-block;
    height: 0;
    overflow: hidden;
}

.home-hide {
    display: none;
}

.navbar .dropdown .hide {
    display: none;
}

.navbar .dropdown .show {
    display: block;
}

@media screen and (max-width: 767px) {
    .navbar-1280 .navbar-header {
        position: relative;
    }

    .visible-car {
        width: 36px;
        height: 36px;
        position: absolute;
        right: 7.5rem;
        top: 1.7rem;
    }

    .visible-car img {
        width: 36px;
        height: 36px;
    }
}

@media screen and (min-width: 768px) {
    .nav {
        padding-right: 24px;
    }
}

.nothing-footer .share {
    background: rgb(51, 51, 51)
}

.sub-menu-arrow {
    width: 20px;
    height: 25px;
    /*        background-color: #2f88c6;
    border-radius: 5px;*/
    /*display: block;*/
}


span.hover {
    /* color: #ffffff;*/
}

li.list-group-item>a,
.list-group-item :hover {
    color: #fff;
}

a,
a:hover {
    text-decoration：none;
    color: #595959;
}

div.container-fluid .nothing-footer {
    display: block;
    color: #595959;
}

.beian {
    line-height: 20px;
    margin-bottom: 5px;
}

.beian .jinghui {
    width: 20px;
    height: 20px;
    margin-right: 5px;

}

.beian .jinghui img {
    margin-bottom: 4px;
}

.beian .xinxi {
    line-height: 20px;
}

#backToTop {
    position: fixed;
    bottom: 20vh;
    right: 0;
    display: none;
    z-index: 9999;
    width: 49px;
}

#backToTop img {
    width: 100%;
}

#backToTop:hover {
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .container-fluid .nothing-footer .h3-last {
        border-bottom: none;
    }

    .container-fluid .nothing-footer .active .h3-last {
        border-bottom: 1px solid #e4e4e4;
    }

    .container-fluid .nothing-footer .subMenu-container,
    .container-fluid .nothing-footer .subMenu-container .subMenu-container-list,
    .container-fluid .nothing-footer .item-list {
        display: none;
    }

    .container-fluid .nothing-footer .active>.subMenu-container,
    .container-fluid .nothing-footer .active>.subMenu-container .subMenu-container-list,
    .container-fluid .nothing-footer .active .item-list {
        display: block;
    }

    .beian {
        line-height: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    #backToTop {
        right: 5px;
        width: 40px;
    }
    .cookie-tip .content{
        padding: 20px 0;
        flex-direction: column;
    }
    .cookie-tip .cookie-left{
        margin-bottom: 20px;
    }
    .cookie-tip .cookie-right{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .cookie-tip .cookie-right span{
        margin-right: 20px;
    }
}

.home-c .product-hc a:hover {
    text-decoration: none;
}

@media (max-width:992px) {
    .home-c .product-hc .col-sm-4:first-of-type .text-h p {
        padding: 6px 18px;
    }
}
.geehy-content{
    min-height: 600px;
}



/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}